/* Message for Alert when user has circular references in calculated field formulas (2 calculated formulas refer to each other, either directly or indirectly. Arg 1 = first field. Arg2 = second field */
"Field %s uses Field %s. Circular references aren't allowed";
/* Message for Alert when user has a type mismatch between the summary field and the summarized field. Arg 1 = first field. Arg2 = second field. Arg 3 = function name */
"Field %s cannot summarize Field %s using the function %s";
/* Name of summation maximum function */
"Maximum";
/* Name of summation minimum function */
"Minimum";
/* Error message for wrong summary function identification */
"Invalid summary function";
/* Name of summation count function */
"Count";
/* Title for Summary Field Editor */
"Summary Field";
/* Name of summation average function */
"Average";
/* Message for Alert when user runs Summary Field editor, but no applicable fields have been defined yet */
"No Fields defined which can be used in a summary field. Define some Value or Money fields first";
/* Message of Alert in Define Fields when user has added a field without clicking the Add button. Arg1 = field name */
"Field %s has not been added. Take what action?";
/* Message of Alert in Define Fields when user has modified field without clicking modify button. Arg1 = field name. */
"Field %s is modified. Take what action?";
/* Message of Alert in Define Fields when user has not added any fields to empty database */
"You haven't created any fields; this database won't be created";
/* Message of Alert in Define Fields when user has changed name of field without clicking modify button. Arg1 = old field name. Arg2 = modified field name */
"Field %s is modified and has new name '%s'. Take what action?";
/* Message for Alert in Define Fields when user has removed all fields */
"You've deleted every field; this will delete the database";
/* Button Title in Alert in Define Fields when user has changed name of field without clicking modify button */
"Add New Field";
/* Title of Alerts when user is tryng to delete a field from the database in Define Fields */
"Delete Field";
/* Button for Alert in Define Fields when user has removed all fields */
"Delete Database";
/* Button Title for Alert in Define Fields when user has added a field without clicking the Add button */
"Add Field";
/* Partial title for Options panel in Define Fields */
"Options of Field: ";
/* Both sorts and finds */
"sort orders and find requests";
/* Button title in Alert in Define Fields when user has changed a field without clicking modify button. It means don't modify the field and go to the next field */
"Continue";
/* Just finds */
"find requests";
/* Message in Alert in Define Fields when user deletes a field that is used in sorts or finds in a currently open view. Arg1 = name of field. Arg2 = description of whether it's sorts or finds or both that use the field */
"There are open views that are using Field %s in %s";
/* Just sorts */
"sort orders";
/* Title of Alert in Define Fields when user has changed a field without clicking modify button */
"Field Changed";
/* Title for Alert in Define Fields when user has removed all fields */
"All Fields Deleted";
/* Title of Alert in Define Fields when user has not added any fields to empty database */
"No Fields";
/* Button title in Alert in Define Fields when user deletes a field that is used in sorts or finds in a currently open view */
"Delete Anyway";
/* Button Title in Alert in Define Fields when user has changed a field without clicking modify button */
"Modify Field";
/* Message in Alert in Define Fields when user tries to delete a field that is used in a calculated field. Arg1 = name of field using deleted field */
"%s depends on the field you're deleting";
/* Title of Alert in Define Fields when user has added a field without clicking the Add button */
"Field Not Added";
/* Title of the list used to pop up choices. */
"Entry List";
/* Message for Alert when user has circular references in calculated field formulas (2 calculated formulas refer to each other, either directly or indirectly. Arg 1 = first field. Arg2 = second field */
"Field %s uses Field %s. Circular references aren't allowed";
/* Error message for calculated field formula being the wrong type for its field */
"This formula has the wrong type for Field";
/* NEW FOR 3.0 */
/* Error message when Summary Field is undefined */
"No Fields defined which can be used in a summary field. Define some Value or Money fields first";